projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07c4185
)
build: comments for Darwin when building zoneinfo.
author
Paul Donald
<
[email protected]
>
Sat, 2 Mar 2024 16:13:03 +0000
(17:13 +0100)
committer
Paul Donald
<
[email protected]
>
Sat, 2 Mar 2024 17:01:04 +0000
(18:01 +0100)
Signed-off-by: Paul Donald <
[email protected]
>
build/zoneinfo2lua.pl
patch
|
blob
|
history
diff --git
a/build/zoneinfo2lua.pl
b/build/zoneinfo2lua.pl
index 1a0bee1c68afb4722531538b046950c6c707e4c5..e4e637292df7b4a12f0425d0b9e6c0b4ea0b53ef 100755
(executable)
--- a/
build/zoneinfo2lua.pl
+++ b/
build/zoneinfo2lua.pl
@@
-3,6
+3,11
@@
# Execute from within root of Luci feed, usually feeds/luci
# $Id$
+# NOTE: Darwin before 13.6.4 (22G513) may have had bugs in some TZinfo2 files.
+# Some lacked the mandatory footers detailed in RFC 8536. A complete tzdata can
+# not be built when this script is run on Darwin 13.6.3 and possibly other
+# Darwin versions released prior to 13.6.4 (e.g. even Darwin (Sonoma) 14.2.1).
+
use strict;
my %TZ;